NevronOpenVision
Nevron.Nov.Graphics Namespace / NImageSourceData Structure / NImageSourceData Constructor / NImageSourceData Constructor(Byte[])
A byte array containing encoded image data.
In This Topic
    NImageSourceData Constructor(Byte[])
    In This Topic
    Initializes a new instance with the specified byte array (encoded data). In case the encoded image has multiple frames, frame 0 is used.
    Syntax
    public NImageSourceData( 
       System.byte[] encodedData
    )

    Parameters

    encodedData
    A byte array containing encoded image data.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also